func runtime.buildInterfaceSwitchCache

2 uses

	runtime (current package)
		iface.go#L608: 	newC := buildInterfaceSwitchCache(oldC, t, case_, tab)
		iface.go#L621: func buildInterfaceSwitchCache(oldC *abi.InterfaceSwitchCache, typ *_type, case_ int, tab *itab) *abi.InterfaceSwitchCache {